Route::currentRouteName()
<p> Path: {{ Request::path() }} </p>
Route::getCurrentRoute()->getActionName();
$route = Route::current(); $name = Route::currentRouteName(); $action = Route::currentRouteAction();